home *** CD-ROM | disk | FTP | other *** search
Text File | 1998-10-30 | 434 bĀ | 31 lines | [TEXT/CWIE] |
- { TemperatureMain.p -- Main }
- { Created 10/30/98 12:58 PM by AppMaker }
-
- Program Temperature;
-
- Uses
- Types,
- Quickdraw,
- Controls,
- Dialogs,
- Events,
- Lists,
- Menus,
- TextEdit,
-
- Globals,
- EventLoop,
- TemperatureApp;
-
- {----------}
- Begin
- gApplication := NewTemperatureApp;
- Initialize;
- if sysConfig.hasAppleEvents then begin
- { wait for OApp, ODoc, or PDoc AppleEvent }
- end else begin
- gApplication.OpenApp;
- end;
- MainLoop;
- End.
-